home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / faxdoc / 201.lit < prev    next >
Text File  |  1996-07-10  |  9KB  |  119 lines

  1.                             FYI
  2.  
  3. (Note: The origin of this information may be internal or external to Novell.  Novell makes every effort within its means to verify this information.  However, the information provided in this document is FOR YOUR INFORMATION only.  Novell makes no explicit or implied claims to the validity of this information.)
  4.  
  5.                TITLE:   Installing Paradox 3.5
  6.         DOCUMENT ID#:   FYI.P.6047
  7.                 DATE:   03Dec92
  8.              PRODUCT:   NetWare Lite
  9.      PRODUCT VERSION:   All versions
  10.           SUPERSEDES:   NA
  11.  
  12.              SYMPTOM:   NA
  13.  
  14.  
  15. ISSUE/PROBLEM
  16.  
  17. Installing Paradox 3.5
  18.  
  19. Before Beginning
  20. To install Paradox 3.5 on a Netware Lite network you must perform the steps described below.  Please read this entire document before beginning the installation.  By doing so you will get a better understanding of the process.  You may also discover that some of the steps have already been done and do not need to be repeated.  However, if you run into problems, try starting from the beginning and redoing all of the steps.  
  21.  
  22. The installation is divided into three parts.  The first part is the preparation of the server.   The second part is the installation/configuration of Paradox.  The third part is setting up the users.   Any text which is shown between quotes (" ") is an example of what you would enter on the keyboard to perform the step being described.  The text can be entered in either uppercase or lowercase.  Do not type the quotes.
  23.  
  24. Prepare the Server
  25. Please refer to the NetWare Lite manual, README.TXT file, or other fax documents if you need more information to complete any of the following steps.  
  26.  
  27. 1)    Install Netware Lite on the machine that will be the file server.  Select "Make this machine a client and a server."  After NetWare Lite is installed, reboot the machine and load the network by typing "startnet" at the dos prompt.  Be sure to run SHARE.EXE whenever the network is loaded.  Test the network to make sure it is functioning properly.  As a minimum, you should use the "Verify network connections" option in the NetWare Lite installation program.  
  28.  
  29. 2)    Increase files handles and client tasks.  The number of file handles is determined by the FILES= command in the CONFIG.SYS file.  Use the NET utility to increase the client tasks for the server.  This is done by selecting "Supervise the network," then "Server configuration," then "Client tasks."  These modifications will take effect the next time the server is booted.
  30.  
  31. 3)    Create directories on the server's local drive where Paradox will be installed.  You will need to create separate directories for the Paradox program files and the Paradox network control file.  Also create a users directory where each user's "home" directory will be located.  As an example, execute the following commands at the dos prompt (assuming that the c:\apps directory already exists):
  32.     
  33.     "md c:\apps\pdox35"
  34.     "md c:\apps\pdox35\pdoxdata"
  35.     "md c:\users"
  36.  
  37.     We will refer to these directory names throughout this document, however these names are only examples.  If you want to use different directory names, simply substitute them for the names we have used.  You may also use different drive letters than the ones we have used if you prefer.  However, if you run into problems, try using the names and letters used in this document.
  38.  
  39. 4)    Create separate network directories for the Paradox program files and network control file.  The procedure for completing this step is as follows:
  40.     
  41.     a)    Make sure the network is running and login as                      supervisor (or any other account with supervisor                   privileges).
  42.     b)    Type "net" at the dos prompt to start the NET utility.
  43.     c)    Highlight "Supervise the network" using the arrow keys             and press the enter key.
  44.     d)    Highlight "Network directories" and press the enter                key.
  45.     e)    Press the insert key to add a new network directory.
  46.     f)    Highlight the name of the server where Paradox will be             installed and press the enter key.
  47.     g)    Enter a name for the network directory where the                   Paradox program files will be located, such as                     "pdox35."  
  48.     h)    Enter the complete path where the Paradox program files            reside on the server.  In our example this would be                entered as "c:\apps\pdox35."
  49.     i)    Leave the "Default access rights" as "ALL."  Press the             escape key, then press the enter key to save the new               network directory definition.
  50.     j)    Repeat steps e through i to define a second network                directory for the Paradox network control file.  Use               "pdoxdata" for the network directory name and                      "c:\apps\pdox35\pdoxdata" for the path.
  51.     k)    Repeat steps e through i to define a network directory             to be used as the users directory.  Use "users" for the            network directory name and "c:\users" for the path.
  52.     l)    Press Alt-F10 to exit the NET utility.
  53.  
  54. Install Paradox
  55. If Paradox is already installed skip to the next paragraph, otherwise, install Paradox on the server's local drive according to the documentation supplied with Paradox.  You will be installing Paradox as a network application, but not to a network directory.  When prompted for drive letters and paths, use the appropriate local drive letters and paths as though you were installing Paradox as a stand-alone application.  During the installation you will be prompted for information specific to your setup, like what type of network type you are using.  Consult the Paradox documentation if you require additional information about how to respond to specific questions.  Answers to critical questions are shown below.
  56.     
  57.     Network type 6 (Other)
  58.     Network control file:  c:\apps\pdox35\pdoxdata
  59.  
  60. Set Up the Users
  61. Paradox allows each user to have a custom configuration for their paradox session.  To use this feature you must create separate a directory for each user who will use a custom configuration.  Create a user directory for each user by entering the following command at the dos prompt:
  62.  
  63.     "md c:\users\username"
  64.  
  65. Where each person's name would be substituted for "username."  In our example we show you how to set up user directories on the server.   User directories can be set up on the workstations but must be done from each workstation.
  66.  
  67. Next, prepare to update the paradox network control file and change the attributes of the Paradox executable files to "read-only" by entering the following commands at the dos prompt: 
  68.  
  69.     "subst h: c:\apps\pdox35"
  70.     "subst i: c:\apps\pdox35\pdoxdata"
  71.     "h:"
  72.     "attrib +r *.exe"
  73.     "nupdate"
  74.  
  75. If you get a "command or filename not found" message trying to execute either the SUBST or ATTRIB command, make sure that the directory where they reside are in your current path.
  76.  
  77. You must also run the Paradox Custom Configuration Program (CCP) to create a PARADOX.CFG for each user.  Whether you make user directories on the server or on each workstation, the directories must exist before starting the CCP.  See Chapter 14 of the Paradox Users Guide if you require more information on how to use the CCP.  The basic steps are outlined below.
  78.  
  79. 1)    Start the CCP by entering the following command at the dos         prompt:
  80.  
  81.     "paradox custom"
  82.  
  83. 2)    Once in the CCP, select "Net|SetPrivate" from the main menu.
  84.     
  85. 3)    Enter the path to the user's directory, such as                    "c:\users\<username>."  The directory you specify must exist       before starting the CCP.
  86.     
  87. 4)    Press "F2" to save the configuration.   Choose "Network"           when it prompts you for where to save the PARADOX.CFG file.
  88.  
  89. Repeat steps 1 through 4 for each user.
  90.  
  91. Starting Paradox from a Workstation
  92. The easiest way for a user to start Paradox is to create a batch file which includes the following commands:
  93.  
  94.     "net map h: pdox35"
  95.     "net map i: pdoxdata"
  96.     "net map j: users\%1"  
  97.     "set t=%path%"
  98.     "path h:\;%path%"
  99.     "j:"
  100.     "paradox -share"
  101.     "path %t%"
  102.  
  103. After the network software has been loaded at the workstation and the user has logged in, the batch file should be executed.  If the batch file were called PDOX.BAT, the user would type "pdox <username>" at the dos prompt, substituting the name of his or her user directory for <username>.  <username> gets substituted for "%1" in the batch file.
  104.  
  105. Starting Paradox on the Server
  106. To start Paradox on the server, create a batch file as in the paragraph above on starting from a remote node.   Modify the batch file as follows:
  107.  
  108.     "subst h: c:\apps\pdox35"
  109.     "subst i: c:\apps\pdox35\pdoxdata"
  110.     "cd c:\users\%1"  
  111.     "set t=%path%"
  112.     "path h:\;%path%"
  113.     "paradox -share"
  114.     "path %t%"
  115.     "subst h: /d"
  116.     "subst i: /d"
  117.  
  118. This batch file can be run on the server whether or not the network software has been loaded.  If the batch file were named PDOX.BAT, the user would enter "pdox <username>" at the dos prompt, substituting the name of his or her user directory for <username>.  <username> gets substituted for "%1" in the batch file.
  119.